Live freelance tracking. Raw descriptions turned into structured data. Find your next tech project without the noise.
upwork.com 🟡 2026-05-02
🔹 YouTube Channel Transcript Extractor
👤 Client: 🇦🇺 Australia Member since 2023-04-24
💰 Price: ****
🚩 Problem: Extract and save transcripts from a YouTube channel into individual text files.
📦 Existing: Not specified
Specifications:
[Target] Python script for extracting transcripts
[Method] Input: YouTube channel URL; Output: .txt files per video transcript
[UI/UX] Command-line interface (CLI) for input and output paths
[Stack] Python, requests, youtube-transcript-api
[Security] No external API keys required
[Format] Text (.txt) files named by video title or ID
Workflow:
1. Accept YouTube channel URL as command-line argument.
2. Userequeststo fetch video metadata from the channel.
3. Iterate through each video, extract transcript usingyoutube-transcript-api.
4. Save transcripts in .txt files named by video title or ID.
5. Log skipped videos without transcripts.
6. Generate summary of successful and skipped extractions.